TextGrid : "Input Documents for Workflow" View

In the "Input Documents for Workflow" View, you can select a TextGrid Workflow (tgwf) Object and add it to a workflow. The related TextGrid Objects will be displayed. Before you have created or selected a new workflow, this View will be empty.

After you have preselected a workflow in the Workflow Selection View, the "Input Documents for Workflow" View will change to show two columns with lines listed. Drag Objects from the Navigator or the Search Results View and drop them into the list of the "Input Documents for Workflow" View. Use the button below the list to remove selected documents. If you right-click a document in the list, the context menu will be similar to the context menu in the Navigator.

Depending on the workflow used, there can be more than one input fields (boxes) in the view. The type of input fields, as defined in the Service Description used, can be one of the following two options:

  • one by one: Documents in this box are processed in a queue and "consumed" in the order given until the last document has been processed. If there are more one-by-one boxes, they must contain the same number of documents, and are processed in parallel: first (box A document 1) and (box B document 1), then (box A document 2) and (box B document 2), and so on.
  • pooled: Documents in this box will be processed all together in one service call. Example of a one-by-one box A and a pooled box B: first (box A document 1) and (box B documents 1,2,3,4), then (box A document 2) and (box B documents 1,2,3,4), and so on. Note that all documents in a pooled box will not be "consumed", but rather they are available for the next round.

"Input Documents for Workflow" View